-
Notifications
You must be signed in to change notification settings - Fork 148
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag() #9450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: fa47913 |
Upstream branch: fa47913 |
74c6f82
to
3eb1619
Compare
2a0e5cd
to
2562e0e
Compare
Upstream branch: 9e293d4 |
3eb1619
to
3533437
Compare
2562e0e
to
5583eb6
Compare
Upstream branch: 3e2b799 |
3533437
to
8346f96
Compare
5583eb6
to
601ea2d
Compare
Upstream branch: c93c59b |
8346f96
to
b1dfc4f
Compare
601ea2d
to
7390c2c
Compare
Upstream branch: bf0c2a8 |
b1dfc4f
to
024283f
Compare
7390c2c
to
3a736b5
Compare
Upstream branch: 2caa6b8 |
024283f
to
84ac447
Compare
3a736b5
to
c210f22
Compare
Upstream branch: 0786654 |
84ac447
to
bfc565f
Compare
c210f22
to
2530e45
Compare
Upstream branch: dc0fe95 |
bfc565f
to
277bdcf
Compare
2530e45
to
61c9cef
Compare
Upstream branch: c80d797 |
277bdcf
to
d41838a
Compare
61c9cef
to
715d6cb
Compare
Upstream branch: 3ec8560 |
d41838a
to
cb0a893
Compare
715d6cb
to
506c27a
Compare
Upstream branch: 1274163 |
cb0a893
to
28eccdf
Compare
506c27a
to
76c716d
Compare
Upstream branch: d87fdb1 |
28eccdf
to
ac9396d
Compare
76c716d
to
f3b4b37
Compare
Upstream branch: dbe99ea |
ac9396d
to
1bc93c6
Compare
f3b4b37
to
bf66d41
Compare
Upstream branch: 6850a33 |
1bc93c6
to
b0c9727
Compare
bf66d41
to
74b5324
Compare
Upstream branch: dbe99ea |
b0c9727
to
2e84d13
Compare
74b5324
to
c3c6b4b
Compare
Upstream branch: 5c42715 |
2e84d13
to
197e058
Compare
c3c6b4b
to
1a79214
Compare
Upstream branch: bf7a6a6 |
Now that there's a proper SHA-1 library API, just use that instead of the low-level SHA-1 compression function. This eliminates the need for bpf_prog_calc_tag() to implement the SHA-1 padding itself. No functional change; the computed tags remain the same. Signed-off-by: Eric Biggers <[email protected]> Acked-by: Eduard Zingerman <[email protected]>
197e058
to
d61b11e
Compare
Pull request for series with
subject: bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=990217